HNB-PS Network Configuration Mode Commands


HNB-PS Network Configuration Mode Commands
 
 
The HNB-PS Network Configuration Mode is used to create, provide, and manage the Packet Switched (PS) network instance on HNB-GW service to provide HNB access with PS core network in a 3G UMTS network.
 
 
associate gtpu-service
This command associates a previously configured GTP-U service to bind the HNB-GW service to provide a GTP-U tunnel with an SGSN towards the core network side. A GTP-U service must be configured in Context configuration mode before using this configuration.
Product
HNB-GW
Privilege
Security Administrator, Administrator
Syntax
associate gtpu-service svc_name context ctx_name
no associate gtpu-service
no
Removes the associated GTP-U service from this HNB-GW service configuration.
svc_name
Identifies the name of the GTP-U service preconfigured in Context configuration mode to associate with an HNB-GW service towards the Home-NodeB side.
The svc_name is name of a preconfigured GTP-U service.
context ctx_name
Specifies the name of the context in which GTP-U service is configured.
The ctx_name must be an existing context name in which this GTP-U service is configured.
Usage
Use this command to configure GTP-U data plan tunnel between HNB-GW service and GSNs in core network. The serivce defined for GTP-U tunnel must be configured in Context configuration mode.
note_smallImportant: Another GTP-U service can be used to bind the HNB-GW service to GTP-U tunnel with HNB in HNB access network and can be configured in HNB-GW Service Configuration mode. For more information on GTP-U service configuration, refer GTP-U Service Configuration Mode Commands.
Example
Following command associates GTP-U service gtpu_svc1 configured in conext named Ctx_gtpu1 with specific HNB-PS network instance for GTP-U tunnel towards GSN in core network:
associate gtpu-service gtpu_svc1 context Ctx_gtpu1
 
associate-sccp-network
This command associates a previously defined Signaling Connection Control Part (SCCP) network id with the PS network instance in order to route the messages towards SGSN over IuPS interface.
Product
HNB-GW
Privilege
Security Administrator, Administrator
Syntax
associate-sccp-network sccp_net_id
no associate-sccp-network
no
Removes the associated SCCP network configuration instance from this HNB-PS network instance configuration.
sccp_net_id
Identifies a predefined SCCP network id to associate with an HNB-PS network instance over IuPS/IuFlex interface to enable connection with SGSN(s).
The sccp_network_num must be a predefined SCCP instance in Global configuration mode.
Usage
Use this command to associate a predefined SCCP network id with the IuPS interface in HNB-GW service to connect with PS network elements; i.e. SGSN.
Caution_iconCaution: The SCCP network id must be defined in Global Configuration mode before using it with this command.
note_smallImportant: A single SCCP network id can not be shared with multiple HNB-PS network instances.
Example
Following command associates SCCP network id 2 with specific HNB-PS network instance:
associate-sccp-network 2
 
end
Exits the current mode and returns to the Exec Mode.
Product
HNB-GW
Privilege
Security Administrator, Administrator
Syntax
end
Usage
Change the mode back to the Exec mode.
 
exit
Exits the current mode and returns to the previous mode.
Product
HNB-GW
Privilege
Security Administrator, Administrator
Syntax
exit
Usage
Return to the previous mode.
 
map core-network-id
This command maps/associates the PS core network id to a default SGSN in network using SGSN point code in HNB-PS network to allow HNBs to access UMTS network.
Product
HNB-GW
Privilege
Security Administrator, Administrator
Syntax
map core-network-id cn_id point-code sgsn_point_code
no map core-network-id cn_id
no
Removes the mapping of a PS core network id with particular SGSN point code.
cn_id
Specifies the core network identifier configured to represent a UMTS PS core network.
cn_id must be an integer between 0 through 4095.
Multiple instance of this command can be mapped with different SGSN point code.
point-code sgsn_point_code
Specifies SS7 address of default SGSN in PS network in point code value to a configured HNB-PS network instance.
point_code must be in SS7 point code dotted-decimal ###.###.### format or 8-digit decimal ######## format.
Only one instance of this SGSN point code can be mapped with one PS core network id.
Usage
Use this command to map a UMTS PS core network identifier with a particular SGSN point code.
This command can be entered multiple times with same SGSN point code to map with one or more PS core network Id, but a particular core network identifier can be mapped to one SGSN only.
This command is instrumental in Iu-Flex functionality, whenever HNB-GW receives RESET/RESET-RES messages from SGSN with Global CN-ID information element, the response from HNB-GW is sent to the node configured for that particular Global CN-ID.
If the RESET/RESET-RES messages do not have Global CN-ID IE, then the response of those messages is directed to the default SGSN which is configured using sgsn point-code command in this mode.
Example
The following command configures the PS core network identifier 101 with an SGSN point code 1.2.3:
map core-network-id 101 point-code 1.2.3
The following command configures the PS core network identifier 102 with the same SGSN point code 1.2.3:
map core-network-id 102 point-code 1.2.3
map idnns range
This command configures the mapping of Intra-Domain NAS Node Selector (IDNNS) IE received from UE in RUA connect message towards HNB-GW to SGSN point code. This is an important configuration for PS network resource sharing over Iu-Flex interface.
Product
HNB-GW
Privilege
Security Administrator, Administrator
Syntax
map idnns range idnns_start to idnns_end point-code sgsn_point_code [backup point-code bkup_sgsn_point_code]
no map idnns range idnns_start to idnns_end
no
Removes the entries of mapping of range of IDNNS received from UE with particular SGSN point code.
range idnns_start to idnns_end
Specifies the range of IDNNS received from UE to map with particular SGSN point code during initial PS core network node selection.
idnns_start must be an integer between 0 through 1023 and should be less than idnns_end.
idnns_end must be an integer between 0 through 1023 and should be more than idnns_start.
The command can be entered more than once to map multiple IDNNS ranges to same SGSN, but overlapping and mapping of same range to different SGSN point code is not allowed.
point-code sgsn_point_code
Specifies SS7 address of SGSN in PS network in point code value to map with range of IDNNS values.
sgsn_point_code must be in SS7 point code dotted-decimal ###.###.### format or 8-digit decimal ######## format.
backup point-code bkup_sgsn_point_code
Specifies SS7 address of SGSN to be used as backup in PS network in point code value to map with range of IDNNS values.
bkup_sgsn_point_code must be in SS7 point code dotted-decimal ###.###.### format or 8-digit decimal ######## format.
Usage
Use this command to map a NRI received from UE during initial PS network node selection to SGSN point code through NRI range mapping over Iu-Flex interface.
The IDNNS refers to the information element in RUA connect message from UE towards RAN (HNB-GW). In IDNNS IE, if the choice of routing mentioned is other than local P-TMSI, then the value it provides is used against this configuration to map the SGSN point code.
If backup SGSN point-code is specified, then specified SGSN works as backup for the IDNS range configured. This Backup SGSN is selected if the mapped SGSN for a given IDNNS range is going for offloading using offload-sgsn point-code command.
The command can be entered more than once to map multiple IDNNS ranges to same SGSN point code, but overlapping and mapping of same range to different SGSN point code is not allowed.
Example
The following command maps the IDNNS range from 101 to 201 with SGSN point code 1.2.3 and point code 7.8.9 as backup SGSN point code :
map nri range 101 to 201 point-code 1.2.3 backup point-code 7.8.9
The following command removes all IDNNS range matching entries between 301 to 399 from the configuration:
no map idnns range 301 to 399
 
map nri range
This command configures the mapping of Network Resource Id (NRI) received from UE to SGSN point code. This is an important configuration for PS network resource sharing over Iu-Flex interface.
Product
HNB-GW
Privilege
Security Administrator, Administrator
Syntax
map nri range nri_start to nri_end point-code sgsn_point_code
no map nri range nri_start to nri_end
no
Removes the entries of mapping of range of NRIs received from UE with particular SGSN point code.
range nri_start to nri_end
Specifies the range of NRIs received from UE to map with particular SGSN point code during initial PS core network node selection.
nri_start must be an integer between 0 through 1023 and should be less than nri_end.
nri_end must be an integer between 0 through 1023 and should be more than nri_start.
The command can be entered more than once to map multiple NRI ranges to same SGSN, but overlapping is not allowed.
point-code sgsn_point_code
Specifies SS7 address of SGSN in PS network in point code value to map with range of NRI values.
point_code must be in SS7 point code dotted-decimal ###.###.### format or 8-digit decimal ######## format.
Usage
Use this command to map a NRI received from UE during initial PS network node selection to SGSN point code through NRI range mapping over Iu-Flex interface.
This configuration is used during initial PS core network node selection when the network resource identifier (NRI) from the UE is available. The NRI range is mapped to SGSN point code. This configuration is used when the core network uses Iu-Flex interface.
The command can be entered more than once to map multiple NRI ranges to same SGSN point code.
It is possible to configure multiple ranges to more than one SGSN however this configuration is required only when the PS core network is configured as Multi-Operator Core Network (MOCN).
When the PS core network is not MOCN and one range is mapped to more than one SGSN then SGSN is selected randomly in a non-predictable manner.
Example
The following command maps the NRI range from 101 to 201 with SGSN point code 1.2.3:
map nri range 101 to 201 point-code 1.2.3
The following command maps the NRI range from 301 to 399 with SGSN point code 1.2.3:
map nri range 301 to 399 point-code 1.2.3
The following command removes all NRI range matching entries between 301 to 399 from the configuration:
no map nri range 301 to 399
 
nri length
This command configures the network resource identifier (NRI) length in bits to identify a specific SGSN serving in a pooled area and at least one NRI value has to be assigned to an SGSN serving in a pool. The NRI is coded inside of the temporary mobile subscriber identity (TMSI), located within bits 14 to 23 with an variable length between 0 and 10 bits. Operator needs to set this NRI length to indicates the number of bits that shall be used for the NRI field to set the parameters for Iu-Flex (SGSN pooling) functionality.
Product
HNB-GW
Privilege
Security Administrator, Administrator
Syntax
nri length nri_value
default nri length
default
Sets the NRI length to default value of 0 and disables the Iu-Flex (SGSN pooling) functionality.
nri length nri_length
Default: 0
Specifies the number of bits to be used in the P-TMSI, bits 23 to 18. to define the network resource identifier (NRI). The NRI length configuration also sets the maximum size of the pool. If not configured, the NRI length is of zero length.
length must be an integer from 1 to 10 to identify the number of bits.
When a non-zero value is configured the PS network is considered to be a pool.
Usage
Use this command to enable the Iu-Flex functionality on HNB-GW. This command identifies a unique SGSN serving a pooled area for Iu-Flex functionality and at least one NRI value has to assigned to an SGSN serving in a pool. It performs SGSN pooling/offloading scenario over Iu-Flex interface. The NRI is stored in the bits 14 to 23 of TMSI. The HNB-GW uses a portion of this NRI to set the parameters for Iu-Flex (SGSN pooling) functionality.
If more than one NRI is configured, the HNB-GW service does round-robin between the available NRIs when new subscriber(s) (re)connect.
This command must be used in conjunction with null nri command to configured SGSN pooling/offloading over Iu-Flex interface.
Example
The following command sets the HNB-GW to use bit length as 6 to derive the values from NRI field (stored in the bits 14 to 23 of TMSI) to set the parameters for Iu-Flex (SGSN pooling) functionality:
nri length 6
null-nri
This command configures the null NRI for load redistribution in Iu-Flex functinality support. The NRI value defined with this command must be unique across the pool areas. This null-NRI is used by HNB-GW for load redistribution during SGSN offloading.
Product
HNB-GW
Privilege
Security Administrator, Administrator
Syntax
null-nri null_nri_value
no null-nri null_nri_value
no
Disables/removes the configured null-NRI value used for SGSN offloading procedure.
null_nri_value
Indicates null-NRI value to be used by HNB-GW for load re-distribution during SGSN offloading.
null_nri_value must be an integer between 0 through 1023. Without MOCN configuration this value can be entered only once.
In case of MOCN a unique null-NRI must be assigned to each MOCN operator identify by its PLMN-id (MCC+MNC).
A 0 (zero) value configured as null-NRI indicates the keyword is not to be used. There is no default value for this parameter.
Usage
Use this command to identify the SGSN by HNB-GW to be used for load redistribution during SGSN offloading over Iu-Flex interface.
There is one unique null-NRI in a PLMN supporting pool functionality.
Without MOCN configuration this command can be entered only once. In case of MOCN a unique null-NRI must be assigned to each MOCN operator identify by its PLMN-id (MCC+MNC).
Example
The following command sets the null-NRI as 1001 to be used by HNB-GW for load redistribution during SGSN offloading:
null-nri 1001
 
offload-sgsn
This command is used to provisioning the HNB-GW to enable or disable the exclusion of particular SGSN node during NAS Node Selection Function (NNSF) procedure when it needs to be offloaded while using Iu-Flex functionality on HNB-GW node.
Product
HNB-GW
Privilege
Security Administrator, Administrator
Syntax
[ no ] offload-sgsn point-code sgsn_point_code
no
Removes the particular SGSN point code from exclusion list for NNSF function on HNB-GW and re-enable the inclusion of the SGSN node to be considered by HNB-GW.
point-code sgsn_point_code
Specifies SS7 address of SGSN in PS network in point code value to be excluded for NNSF function on HNB-GW when it needs to be offloaded in Iu-Flex functionality.
point_code must be in SS7 point code dotted-decimal ###.###.### format or 8-digit decimal ######## format.
Only one instance of this SGSN point code can be mapped with one PS core network id.
Usage
Use this command to provision the HNB-GW to enable or disable the exclusion of the SGSN node when it needs to be offloaded.
When this command is enabled for exclusion of SGSN node during NNSF funtion in HNB-GW, the HNB-GW excludes the particular node from being considered.
User can re-enable the inclusion of the SGSN node to be considered for NNSF functionality by no offload-sgsn point-code command.
Example
The following command configures the HNB-GW to exclude the SGSN point code 1.2.3 from being considered in NSSF function for Iu-Flex support:
offload-sgsn point-code 1.2.3
The following command re-enables the inclusion of SGSN point code 1.2.3 from being considered in NSSF function for Iu-Flex support:
no offload-sgsn point-code 1.2.3
 
sgsn deadtime
This command is used to configure a timer on HNB-GW to manage SGSN availability in a PS core network on receiving of PC-STATE-DOWN or SSN-STATE-DOWN (RANAP) indication from SCCP instance. .
Product
HNB-GW
Privilege
Security Administrator, Administrator
Syntax
sgsn deadtime { immidiate |dur }
[ no | default ] sgsn deaddtime
no
Enables the peer node (SGSN) available all the time and never be marked down for specific HNB-PS network instance.
default
Default: Enabled
Sets the default action for HNB-GW and provision it as such that peer node (SGSN) is marked down as soon as HNB-GW receives PC-STATE-DOWN or SSN-STATE-DOWN (RANAP) indication from SCCP in specific HNB-PS network instance.
immidiate
Default: Disabled
Sets the HNB-GW to mark peer node (SGSN) down immidiately and clears all Iu-PS connections towards SGSN is released.
dur
Sets the duration in seconds for a timer which started once HNB-GW receives PC-STATE-DOWN or SSN-STATE-DOWN (RANAP) indication from SCCP for a peer SGSN. On expiry of this timer the peer SGSN is marked as dead and all Iu-PS connections towards that SGSN shall be released.
dur is timer duration in seconds and must be an integer from 1 through 30.
Only one instance of this command can be configured.
Usage
This command is used to configure a timer on HNB-GW to manage SGSN availability in a PS core network on receiving of PC-STATE-DOWN or SSN-STATE-DOWN (RANAP) indication from SCCP.
Timer value sets the duration in seconds for a timer which started once HNB-GW receives PC-STATE-DOWN or SSN-STATE-DOWN (RANAP) indication from SCCP for a peer SGSN. On expiry of this timer the peer SGSN is marked as dead and all Iu-PS connections towards that SGSN shall be released.
note_smallImportant: This command can be entered only once. Reentering this command overwrites the previous parameters.
Example
The following command configures the deadtime timer value for 10 seconds on HNB-GW. Once HNB-GW receives PC-STATE-DOWN or SSN-STATE-DOWN (RANAP) indication from SCCP for a peer SGSN the HNB-GW waits for configured period and on expiry of timer it marks the sepcific SGSN as dead:
sgsn deadtime 10
 
sgsn point-code
This command is used to configure default SGSN point-code with HNB-PS network instance. This command is used when HNB-GW is to be connected to only one SGSN with in a PS network or as default SGSN for all HNBs connected through specific HNB-PS network instance.
Product
HNB-GW
Privilege
Security Administrator, Administrator
Syntax
[ no ] sgsn point-code point_code
no
Removes the configured default SGSN point code from specific HNB-PS network instance.
Caution_iconCaution: Removing the SGSN point code is a disruptive operation and affects all HNB sessions which are connected to particular SGSN through an HNB-PS network instance.
point_code
Specifies SS7 address of default SGSN in PS network in point code value to this configured HNB-PS network instance.
point_code must be in SS7 point code dotted-decimal ###.###.### format or 8-digit decimal ######## format.
Only one instance of this command can be configured.
Usage
Use this command to configure a default SGSN to which HNB connects for PS network access through HNB-GW service.
Point-code is an SS7 address for an element in the SS7 network. Point-codes must be defined in dotted-decimal format in a string of 1 to 11 digits. Format options include:
note_smallImportant: This command can be entered only once. If entered again the previous value shall be overwritten.
Example
The following command configures a default SGSN with point code 101.201.101 for HNBs to access PS network through HNB-GW service in this HNB-PS network instance:
sgsn point-code 101.201.101
 
 

Cisco Systems Inc.
Tel: 408-526-4000
Fax: 408-527-0883